Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: clunky java agent code?
~Umberto Nongeroson 24.Dec.03 11:13 AM a Web browser
Domino Server All Releases Windows 2000


When you write "get at the information" and "querying port 80", you make it sound like the data is just sitting there waiting to be fetched. That is not the case. You have to make a specific request to Domino to make it get the raw data from the NSF file and transform it into HTML. When it has done all this work for you, it sends the HTML data back to your program. Yes, this is standardized and optimized. For example, it is the same mechanism that your browser uses to display thw web page you are reading now.

If you need to get HTML formatted for a browser client out of a Domino server, then yes, HTTP is the only way.

It is not just web servers that work this way. Huge numbers of server programs use the same mechanism. For example, when I want to get data from one of my MySQL databases, I send the query to port 3306 on localhost, and the database server sends the results back.

This is elegant because it allows the server to be moved to another machine without changing any syntax, and it allows the server program and the client programs that use it to be independent.

I do not know what you mean by "dynamic content". Perhaps, as Luke suggests, if you explain what you are really trying to achieve then someone can suggest another method.




clunky java agent code? (~Sven Kinilyniv... 23.Dec.03)
. . RE: clunky java agent code? (~Patti Dwoavitc... 23.Dec.03)
. . RE: clunky java agent code? (~Kirk Elreterod... 23.Dec.03)
. . . . RE: clunky java agent code? (~Sven Kinilyniv... 23.Dec.03)
. . . . . . RE: clunky java agent code? (~Kirk Elreterod... 24.Dec.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS